home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / infop146.arc / PAGE_16.INF < prev    next >
Text File  |  1991-06-04  |  2KB  |  32 lines

  1.   This page gives low-level information about your current drive, and all
  2. real drives in your system.
  3.  
  4.   INFOPLUS will read the boot sector of the current drive. This gives
  5. information about that drive:
  6. Media: The type of drive (Ramdisks may show up as anything.)
  7. Sectors/cluster: The number of sectors that make up a cluster, the unit
  8.                  that DOS allocates disk space in.
  9. Byts/sector: How big those sectors are.
  10. Reserved sectors: How many sectors are set aside for special use.
  11. FAT's: File Allocation Tables. DOS uses these tables to keep track of which
  12.        clusters are currently in use, free, or bad. Most disks have 2.
  13. Sectors/FAT: How many sectors are need to hold all the FAT information.
  14. Root directory entries: How many files can be put in the root directory of
  15.                         the disk.
  16. Heads: How many read/write heads are on the disk.
  17. Total sectors: The number of sectors on the drive.
  18. Sectors/track: How many sectors are are on a track. In other words, the
  19.                number of pie wedges.
  20. OEM name: A string that is usually in the boot record. Tells which version
  21.           of DOS formatted the disk.
  22. Extended boot record: DOS 4 supports an extended record that contains the
  23.                       volume lable, the serial number, and a FAT type
  24.                       string.
  25.  
  26. For each physical drive in the system, you can <DnArw> to get information
  27. on all the drives. Most of the information is the same as the above, with
  28. some extra information:
  29. DPB valid: This lets you know if this information is any good.
  30. Device header: The address of the driver for this disk.
  31. Root directory sector: The sector where the root directory begins.
  32.